/* MountList for V1.3 */

NULL:
 Handler = L:Null-Handler
 Stacksize = 500
 Priority = 5
 GlobVec = 1
#

/*  Mount Entry for the new Console Handler */

NEWCON: 
    Handler = L:Newcon-Handler
    Priority = 5
    StackSize = 1000
#

CON: 
    Handler = L:Newcon-Handler
    Priority = 5
    StackSize = 1000
#

/* This is an example of a non-filing system mount using a handler written
   in C.
*/
 
SPEAK:     
    Handler = L:Speak-Handler
    Stacksize = 6000
    Priority = 5
    GlobVec = -1
#

/*  This is an example of an alternative type of non-filing device mount,
    used to mount the non-buffered serial handler
*/

AUX:
    Handler = L:Aux-Handler
    Stacksize = 1000
    Priority = 5
#
/*  This is a non-filing system device */

PIPE:      
    Handler = L:Pipe-Handler
    Stacksize = 6000
    Priority = 5
    GlobVec = -1
#

/* An example mount entry using the fast file system 
   Df1: when accessed as fast: reads ffs disks
*/

FAST:
    Device     		= trackdisk.device
    FileSystem 		= l:FastFileSystem
    Globvec    		= -1
    DosType    		= 0x444F5301
    Unit       		= 1
    Flags      		= 0
    Surfaces   		= 2
    BlocksPerTrack 	= 11
    Reserved		= 2
    Interleave 		= 1
    LowCyl     		= 0  
    HighCyl    		= 79
    Buffers    		= 5
    BufMemType 		= 1
    Stacksize		= 5000
#

/*  Mount Entry for the new Console Handler   */

IBMB:   FileSystem = L:MessyFileSystem /* or messydos:l/MessyFileSystem */
   Device = messydisk.device      /* or messydos:devs/messydisk.device */
   Unit = 1
   Flags = 0
   LowCyl = 0 ; HighCyl = 79
   Reserved = 0
   Surfaces = 2
   BlocksPerTrack = 9
   Buffers = 5
   BufMemType = 1   /* messydisk needs no chip mem */
   BootPri = 0
   Stacksize = 4096
   Priority = 5
   GlobVec  = -1
   Mount = 1
#
/*  Amiga 500 501 Memory / Clock / ST506 drive interface    */
/*  mountlist generated by (and for use only with)         */
/*  NECutils - Lansdown Software ST506 Utility program     */



work:	Device      = hdisc.device
	Unit        = 0
	Flags       = 0
	Surfaces    = 4
	BlocksPerTrack = 17
	Reserved    = 2
	LowCyl      = 2
	HighCyl     = 302
	Buffers     = 20
	BufMemType  = 1
	FileSystem  = L:FastFileSystem
	MaxTransfer = 130048
	GlobVec     = -1
	StackSize   = 4000
	DosType     = 0x444f5301
#



games:	Device      = hdisc.device
	Unit        = 0
	Flags       = 0
	Surfaces    = 4
	BlocksPerTrack = 17
	Reserved    = 2
	LowCyl      = 303
	HighCyl     = 614
	Buffers     = 10
	BufMemType  = 1
	FileSystem  = L:FastFileSystem
	MaxTransfer = 130048
	GlobVec     = -1
	StackSize   = 4000
	DosType     = 0x444f5301
#

